home *** CD-ROM | disk | FTP | other *** search
/ CD Ware Multimedia 1994 November / Cd Ware (Nro. 2) - Epimundo.iso / DOS / PR / DI03.ZIP / DI.DOC < prev    next >
Encoding:
Text File  |  1992-08-01  |  2.7 KB  |  57 lines

  1. DI.DOC -- Copyright 1991-92 Bob Hayes
  2.  
  3. PROGRAM NAME:     DiskInsert
  4.      VERSION:     0.3
  5. RELEASE DATE:     8-1-92
  6.      PURPOSE:     DiskInsert will print the directory of a disk, using a
  7.                   PostScript printer, so that it can be placed in the sleeve
  8.                   with the disk.
  9. REQUIREMENTS:     PostScript printer and EGA graphics.
  10.          USE:     di [output device]
  11.                   Where [output device] is optional.  If [output device] is
  12.                   blank, the user will be prompted to select a device.
  13.  
  14.       I wrote DiskInsert, using Borland's Turbo Pascal 5.0, because my employer
  15. bought some new PostScript printers and I could no longer redirect the DIR
  16. listing to the printer.  I like to keep a list of the disk's contents with it so
  17. that if I am looking for a file I don't have to keep shoving floppies in the
  18. drive.  Writing this program gave me the opportunity to explore PostScript and
  19. GUI programming.  If you are interested in PostScript programming I recommend the
  20. book 'Understanding PostScript Programming', by David A. Holzgang.
  21.  
  22.       This version is the second public release.  With this version I added I/O
  23. checking for the printer, mouse support, and the ability to print multiple
  24. inserts without restarting the program.
  25.  
  26.       Currently I am working on a Windows version of DiskInsert.  If you are
  27. interested in receiving that please say so when you register.
  28.  
  29. SHAREWARE
  30.       This copyrighted program is being distributed as shareware.  You may try
  31. this program for 30 days, and if you like it, or find it useful, and wish to
  32. continue using it, you are expected to register with the author.  You are free
  33. (and encouraged) to copy this program and distribute it to anyone, as long as no
  34. fee, other than a nominal fee for the disk and shipping/handling, is charged for
  35. the program, and as long as this documentation file accompanies the program.  The
  36. registration fee is $5. To register, send your name, address, the program name
  37. and version, where you got the program, and $5 to:
  38.  
  39.             Bob Hayes
  40.             10104 Blue Tee Terr.
  41.             Gaithersburg, MD  20879
  42.  
  43. If you have any questions or comments about the program, please send them to the
  44. above address, or call (301) 990-6324 evenings 7-10pm.
  45.  
  46.                               Thanks,
  47.                               
  48.                               Bob Hayes
  49.  
  50. Product names are trademarks or registered trademarks of their respective
  51. holders.
  52.  
  53. DISCLAIMER
  54.       This program is being distributed as is.  There are no warranties
  55. expressed or implied.  The author is not responsible for any damage, injury or
  56. death caused directly or indirectly by this program.
  57.